From: Chad Horohoe Date: Fri, 9 Jul 2010 21:19:58 +0000 (+0000) Subject: This can be protected now since we redid installSteps hooks X-Git-Tag: 1.31.0-rc.0~36186 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=30491237c8dde7ab306e84433c95b68fabaffe85;p=lhc%2Fweb%2Fwiklou.git This can be protected now since we redid installSteps hooks --- diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 290b579cee..510b8c621e 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -124,9 +124,8 @@ abstract class Installer { /** * Steps for installation. - * @TODO Should be protected... */ - var $installSteps = array( + protected $installSteps = array( 'database', 'tables', 'interwiki',